http object

bool progress
This is set to true if an operation is in progress, and false if it has completed or if an error has occurred. This property cannot be modified from the script.

string return_code
A string representing The server response which is given before data starts appearing. 200 ok represents success. This property cannot be modified from the script.

string headers
A string representing the raw http headers returned by the server. These will normally not be needed unless you have some specific reason for wanting to see them. This property cannot be modified from the script.

string user_agent
A string giving the browser name and version that is reported to the server from the client. The default is BGT/1.0. If you set it to an empty string, it will be returned to the default again. This can be both set and retrieved.